.modal-page-cover {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.modal-agreement-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
  background: url("/template/1/huisuanzhang/user_agreement/images/icon-check-false.png") no-repeat top left;
  cursor: pointer;
}
.modal-agreement-checked {
  background: url("/template/1/huisuanzhang/user_agreement/images/icon-check-true.png") no-repeat top left;
}
.modal-agreement {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #75797e;
  height: 15px;
  line-height: 15px;
  text-align: center;
  padding-top: 12px;
}
.modal-link {
  cursor: pointer;
  color: #4d88f7;
}
#agreement-box {
  width: 500px;
  height: 300px;
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -250px;

  padding: 13px 13px 0px 54px;
  box-sizing: border-box;
  background-image: url(/template/1/huisuanzhang/user_agreement/images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 37%;
}

.agreement-img-close {
  width: 10px;
  height: 10px;
  float: right;
  cursor: pointer;
}

.agreement-close-new {
  background-image: url(/template/1/huisuanzhang/user_agreement/images/icon-close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.agreement-title-new {
  overflow-wrap: break-word;
  color: rgba(20, 25, 46, 1);
  font-size: 26px;
  font-family: FZLTDHJW-GB1-0;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  line-height: 26px;
  display: block;
  margin: 77px 0 18px 0;
}

.agreement-content {
  width: 420px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(117, 121, 126, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-bottom: 40px;
}

.agreement-btn-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.user-agreement1,
.user-agreement2 {
  width: 420px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(77, 136, 247, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  cursor: pointer;
}

.agreement-disagree-btn {
  border-radius: 4px;
  height: 48px;
  border: 1px solid rgba(213, 213, 213, 1);
  width: 180px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.agreement-agree-btn {
  background-color: rgba(58, 133, 241, 1);
  border-radius: 4px;
  height: 48px;
  width: 180px;
  border: 0;
  margin-left: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 慧算账用户服务协议书 */
#hsz-user-agreement-box {
  width: 740px;
  height: 500px;
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -370px;

  display: none;
  background-image: url(/template/1/huisuanzhang/user_agreement/images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 18%;
  z-index: 1006;

  /* padding: 13px 13px 0px 76px; */
  /* box-sizing: border-box; */
}

.hsz-user-agreement-close {
  width: 10px;
  height: 10px;
  float: right;
  cursor: pointer;
  margin: 13px 12px 0 0;
}

.user-agreement-title {
  overflow-wrap: break-word;
  color: rgba(20, 25, 46, 1);
  font-size: 26px;
  font-family: FZLTDHJW-GB1-0;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  margin: 45px 0 7px 0;
  padding-bottom: 19px;
  padding-left: 76px;
  box-sizing: border-box;
  border-bottom: 3px dotted #ccc;
}

.user-agreement-content {
  width: 100%;
  padding: 20px 76px 0 50px;
  box-sizing: border-box;
  height: 298px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #14192e;
  line-height: 27px;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: scroll;
}

.user-agreement-content p, .user-agreement-content li {
  line-height: 27px !important;
}

.user-agreement-btn {
  width: 180px;
  height: 48px;
  border: 0;
  background: #3a85f1;
  border-radius: 4px;
  margin: 24px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

/* 个人信息收集使用同意书 */

#personal-information-agreement {
  width: 740px;
  height: 500px;
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -370px;
  z-index: 1009;
  display: none;
  background-image: url(/template/1/huisuanzhang/user_agreement/images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 18%;
}

.personal-information-close {
  width: 10px;
  height: 10px;
  float: right;
  cursor: pointer;
  margin: 13px 12px 0 0;
}

.personal-information-btn {
  width: 180px;
  height: 48px;
  border: 0;
  background: #3a85f1;
  border-radius: 4px;
  margin: 24px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

/* 第三方合作伙伴收集使用个人信息情况表 */
.partner-table-box {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(193, 193, 193, 0.5);
  border-radius: 10px;
  /* background-color: #272d44; */
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(210, 210, 210, 0.5);
  background-color: rgba(191, 191, 191, 0.5);
}

.a-color {
  color: blue !important;
}

.open-user-agreement {
  color: blue;
  cursor: pointer;
}
